home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Linien3.dfm / Linien3.txt
Text File  |  1998-12-22  |  610b  |  31 lines

  1. object Form1: TForm1
  2.   Left = 224
  3.   Top = 122
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Grafik3'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Button1: TButton
  16.     Left = 153
  17.     Top = 105
  18.     Width = 120
  19.     Height = 60
  20.     Caption = 'Mal mal!'
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -20
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30. end
  31.